home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / oddech / bsen / BSinstall.exe / BecheruvSen.exe / scripts / DefineButton2_1145 / BUTTONCONDACTION on(release).as next >
Text File  |  2002-11-01  |  2KB  |  83 lines

  1. on(release){
  2.    x = Math.round((this._x + 10.2) / 51.2) - 1;
  3.    if(_root.draglej == _root.itembar[x + _root.iboffset])
  4.    {
  5.       stopDrag();
  6.       _root.draglej = 0;
  7.       _root.itembar_refresh();
  8.    }
  9.    else if(_root.draglej == 0)
  10.    {
  11.       if(_root.d_zlodejicek.i == "m33_1")
  12.       {
  13.          _root.d_zlodejicek.co = _root.itembar[x + _root.iboffset];
  14.          _root.d_zlodejicek.choice = 2;
  15.       }
  16.       else if(_root.d_profesor.i == "vyber1c")
  17.       {
  18.          _root.d_profesor.co = _root.itembar[x + _root.iboffset];
  19.       }
  20.       else if(_root.d_pnaves.i == "vyber32")
  21.       {
  22.          _root.d_pnaves.co = _root.itembar[x + _root.iboffset];
  23.       }
  24.       else if(_root.d_divka.i == "vyber12")
  25.       {
  26.          _root.d_divka.co = _root.itembar[x + _root.iboffset];
  27.       }
  28.       else if(_root.d_hostinskyd.i == "vyber32")
  29.       {
  30.          _root.d_hostinskyd.co = _root.itembar[x + _root.iboffset];
  31.       }
  32.       else if(_root.d_sluha.i == "vyber")
  33.       {
  34.          _root.d_sluha.co = _root.itembar[x + _root.iboffset];
  35.       }
  36.       else if(_root.d_loupeznik.i == "start_8")
  37.       {
  38.          _root.d_loupeznik.co = _root.itembar[x + _root.iboffset];
  39.       }
  40.       else if(_root.itembar[x + _root.iboffset] == 34)
  41.       {
  42.          _root.ii34 = 2;
  43.          _root.itembar[x + _root.iboffset] = 36;
  44.          _root.itembar_refresh();
  45.       }
  46.       else
  47.       {
  48.          startDrag("_root.i" add _root.itembar[x + _root.iboffset],0);
  49.          _root.draglej = _root.itembar[x + _root.iboffset];
  50.       }
  51.    }
  52.    else if(_root.draglej == 16 && _root.itembar[x + _root.iboffset] == 19)
  53.    {
  54.       _root.draglej = 0;
  55.       _root.itembar[x + _root.iboffset] = 18;
  56.       _root.itembar_remove(16);
  57.       _root.ii16 = 2;
  58.    }
  59.    else if(_root.draglej == 19 && _root.itembar[x + _root.iboffset] == 16)
  60.    {
  61.       _root.draglej = 0;
  62.       _root.itembar[x + _root.iboffset] = 18;
  63.       _root.itembar_remove(19);
  64.       _root.ii16 = 2;
  65.    }
  66.    else if(_root.draglej == 33 && _root.itembar[x + _root.iboffset] == 26)
  67.    {
  68.       _root.draglej = 0;
  69.       _root.itembar[x + _root.iboffset] = 37;
  70.       _root.itembar_remove(33);
  71.       _root.ii26 = 2;
  72.       _root.ii33 = 3;
  73.    }
  74.    else if(_root.draglej == 26 && _root.itembar[x + _root.iboffset] == 33)
  75.    {
  76.       _root.draglej = 0;
  77.       _root.itembar[x + _root.iboffset] = 37;
  78.       _root.itembar_remove(26);
  79.       _root.ii26 = 2;
  80.       _root.ii33 = 3;
  81.    }
  82. }
  83.